﻿2026-07-27T06:21:37.2593476Z ##[group]Run set -euo pipefail
2026-07-27T06:21:37.2593767Z [36;1mset -euo pipefail[0m
2026-07-27T06:21:37.2593985Z [36;1mPIN=0c95435[0m
2026-07-27T06:21:37.2594190Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-27T06:21:37.2594435Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-27T06:21:37.2594774Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-27T06:21:37.2595203Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-27T06:21:37.2595641Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-27T06:21:37.2595995Z [36;1m  rm -rf "$CACHE"[0m
2026-07-27T06:21:37.2596242Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-27T06:21:37.2596509Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-27T06:21:37.2596838Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-27T06:21:37.2597177Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-27T06:21:37.2597448Z [36;1mfi[0m
2026-07-27T06:21:37.2597727Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-27T06:21:37.2610289Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-27T06:21:37.2610576Z env:
2026-07-27T06:21:37.2610763Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-27T06:21:37.2610994Z ##[endgroup]
2026-07-27T06:21:37.5421328Z    Compiling proc-macro2 v1.0.106
2026-07-27T06:21:37.5421880Z    Compiling quote v1.0.45
2026-07-27T06:21:37.5422217Z    Compiling unicode-ident v1.0.24
2026-07-27T06:21:37.5422516Z    Compiling libc v0.2.186
2026-07-27T06:21:37.5422840Z    Compiling serde_core v1.0.228
2026-07-27T06:21:37.5423211Z    Compiling cfg-if v1.0.4
2026-07-27T06:21:37.5423426Z    Compiling serde v1.0.228
2026-07-27T06:21:37.5480670Z    Compiling log v0.4.32
2026-07-27T06:21:37.5522133Z    Compiling pin-project-lite v0.2.17
2026-07-27T06:21:37.5536303Z    Compiling portable-atomic v1.13.1
2026-07-27T06:21:37.5558615Z    Compiling typenum v1.20.1
2026-07-27T06:21:37.5596311Z    Compiling version_check v0.9.5
2026-07-27T06:21:37.5597337Z    Compiling memchr v2.8.1
2026-07-27T06:21:37.5598119Z    Compiling critical-section v1.2.0
2026-07-27T06:21:37.5691492Z    Compiling shlex v2.0.1
2026-07-27T06:21:37.6019885Z    Compiling find-msvc-tools v0.1.9
2026-07-27T06:21:37.6419116Z    Compiling futures-core v0.3.32
2026-07-27T06:21:37.6701995Z    Compiling bytes v1.11.1
2026-07-27T06:21:37.7091202Z    Compiling subtle v2.6.1
2026-07-27T06:21:37.7856245Z    Compiling smallvec v1.15.1
2026-07-27T06:21:37.7971262Z    Compiling equivalent v1.0.2
2026-07-27T06:21:37.8389699Z    Compiling itoa v1.0.18
2026-07-27T06:21:37.8551349Z    Compiling semver v1.0.28
2026-07-27T06:21:37.8640991Z    Compiling stable_deref_trait v1.2.1
2026-07-27T06:21:37.8681143Z    Compiling futures-io v0.3.32
2026-07-27T06:21:37.8940955Z    Compiling slab v0.4.12
2026-07-27T06:21:37.8973483Z    Compiling futures-sink v0.3.32
2026-07-27T06:21:37.9340626Z    Compiling futures-task v0.3.32
2026-07-27T06:21:37.9342791Z    Compiling generic-array v0.14.7
2026-07-27T06:21:37.9988415Z    Compiling futures-channel v0.3.32
2026-07-27T06:21:38.0233494Z    Compiling rand_core v0.10.1
2026-07-27T06:21:38.0519417Z    Compiling bitflags v2.12.1
2026-07-27T06:21:38.0557234Z    Compiling hashbrown v0.17.1
2026-07-27T06:21:38.1571965Z    Compiling rustversion v1.0.22
2026-07-27T06:21:38.1641835Z    Compiling rustc_version v0.4.1
2026-07-27T06:21:38.2146677Z    Compiling getrandom v0.4.2
2026-07-27T06:21:38.2241347Z    Compiling cpufeatures v0.2.17
2026-07-27T06:21:38.2730783Z    Compiling fnv v1.0.7
2026-07-27T06:21:38.2885070Z    Compiling cfg_aliases v0.2.1
2026-07-27T06:21:38.2981228Z    Compiling strsim v0.11.1
2026-07-27T06:21:38.3029289Z    Compiling writeable v0.6.3
2026-07-27T06:21:38.3431112Z    Compiling litemap v0.8.2
2026-07-27T06:21:38.3531265Z    Compiling icu_properties_data v2.2.0
2026-07-27T06:21:38.4123471Z    Compiling dunce v1.0.5
2026-07-27T06:21:38.5085119Z    Compiling icu_normalizer_data v2.2.0
2026-07-27T06:21:38.5349959Z    Compiling ident_case v1.0.1
2026-07-27T06:21:38.5419116Z    Compiling fs_extra v1.3.0
2026-07-27T06:21:38.5659030Z    Compiling utf8_iter v1.0.4
2026-07-27T06:21:38.6034656Z    Compiling autocfg v1.5.1
2026-07-27T06:21:38.6738080Z    Compiling percent-encoding v2.3.2
2026-07-27T06:21:38.7805029Z    Compiling http v1.4.1
2026-07-27T06:21:38.7930620Z    Compiling cpufeatures v0.3.0
2026-07-27T06:21:38.8290765Z    Compiling aws-lc-rs v1.17.0
2026-07-27T06:21:38.8720544Z    Compiling indexmap v2.14.0
2026-07-27T06:21:38.8820792Z    Compiling unicode-segmentation v1.13.3
2026-07-27T06:21:38.8931487Z    Compiling syn v2.0.117
2026-07-27T06:21:38.8932752Z    Compiling thiserror v2.0.18
2026-07-27T06:21:38.9275735Z    Compiling scopeguard v1.2.0
2026-07-27T06:21:38.9415735Z    Compiling chacha20 v0.10.0
2026-07-27T06:21:38.9771324Z    Compiling form_urlencoded v1.2.2
2026-07-27T06:21:39.0240672Z    Compiling lock_api v0.4.14
2026-07-27T06:21:39.0660594Z    Compiling untrusted v0.9.0
2026-07-27T06:21:39.0771050Z    Compiling heck v0.5.0
2026-07-27T06:21:39.1177388Z    Compiling rustls v0.23.40
2026-07-27T06:21:39.1340323Z    Compiling atomic-waker v1.1.2
2026-07-27T06:21:39.1850229Z    Compiling anyhow v1.0.102
2026-07-27T06:21:39.2400461Z    Compiling unicode-xid v0.2.6
2026-07-27T06:21:39.2550374Z    Compiling const-oid v0.10.2
2026-07-27T06:21:39.2881216Z    Compiling parking_lot_core v0.9.12
2026-07-27T06:21:39.3060417Z    Compiling zerocopy v0.8.50
2026-07-27T06:21:39.3100635Z    Compiling paste v1.0.15
2026-07-27T06:21:39.3450850Z    Compiling httparse v1.10.1
2026-07-27T06:21:39.3530472Z    Compiling num-traits v0.2.19
2026-07-27T06:21:39.3600634Z    Compiling hybrid-array v0.4.12
2026-07-27T06:21:39.4941237Z    Compiling jobserver v0.1.34
2026-07-27T06:21:39.5025484Z    Compiling convert_case v0.10.0
2026-07-27T06:21:39.5558278Z    Compiling curve25519-dalek v4.1.3
2026-07-27T06:21:39.5670492Z    Compiling ahash v0.8.12
2026-07-27T06:21:39.5800840Z    Compiling base64ct v1.8.3
2026-07-27T06:21:39.6090539Z    Compiling powerfmt v0.2.0
2026-07-27T06:21:39.7371182Z    Compiling fastrand v2.4.1
2026-07-27T06:21:39.7571687Z    Compiling either v1.16.0
2026-07-27T06:21:39.8110287Z    Compiling cc v1.2.63
2026-07-27T06:21:39.8250629Z    Compiling http-body v1.0.1
2026-07-27T06:21:39.8980698Z    Compiling crypto-common v0.1.7
2026-07-27T06:21:39.9050417Z    Compiling block-buffer v0.10.4
2026-07-27T06:21:39.9223445Z    Compiling pem-rfc7468 v1.0.0
2026-07-27T06:21:39.9760963Z    Compiling deranged v0.5.8
2026-07-27T06:21:40.0272006Z    Compiling tower-service v0.3.3
2026-07-27T06:21:40.0310875Z    Compiling try-lock v0.2.5
2026-07-27T06:21:40.0358173Z    Compiling digest v0.10.7
2026-07-27T06:21:40.0711187Z    Compiling vcpkg v0.2.15
2026-07-27T06:21:40.0920907Z    Compiling pkg-config v0.3.33
2026-07-27T06:21:40.1361301Z    Compiling base64 v0.22.1
2026-07-27T06:21:40.1430466Z    Compiling num-conv v0.2.2
2026-07-27T06:21:40.1861597Z    Compiling tinyvec_macros v0.1.1
2026-07-27T06:21:40.2626800Z    Compiling time-core v0.1.8
2026-07-27T06:21:40.3356917Z    Compiling mio v1.2.1
2026-07-27T06:21:40.3601383Z    Compiling socket2 v0.6.4
2026-07-27T06:21:40.3740573Z    Compiling getrandom v0.2.17
2026-07-27T06:21:40.4618121Z    Compiling data-encoding v2.11.0
2026-07-27T06:21:40.4811421Z    Compiling zmij v1.0.21
2026-07-27T06:21:40.5430351Z    Compiling rand_core v0.6.4
2026-07-27T06:21:40.6029821Z    Compiling rand v0.10.1
2026-07-27T06:21:40.6470903Z    Compiling uuid v1.23.2
2026-07-27T06:21:40.6910355Z    Compiling sha2 v0.10.9
2026-07-27T06:21:40.7695501Z    Compiling tinyvec v1.11.0
2026-07-27T06:21:40.7940748Z    Compiling parking_lot v0.12.5
2026-07-27T06:21:40.8880578Z    Compiling want v0.3.1
2026-07-27T06:21:41.0758864Z    Compiling block-buffer v0.12.0
2026-07-27T06:21:41.1860468Z    Compiling crypto-common v0.2.2
2026-07-27T06:21:41.1986602Z    Compiling cmake v0.1.58
2026-07-27T06:21:41.2140574Z    Compiling inout v0.1.4
2026-07-27T06:21:41.2210455Z    Compiling vergen-lib v9.1.0
2026-07-27T06:21:41.2370407Z    Compiling n0-future v0.3.2
2026-07-27T06:21:41.2590341Z    Compiling spin v0.10.0
2026-07-27T06:21:41.3241539Z    Compiling crossbeam-utils v0.8.21
2026-07-27T06:21:41.3330362Z    Compiling parking v2.2.1
2026-07-27T06:21:41.3720555Z    Compiling serde_json v1.0.150
2026-07-27T06:21:41.3928822Z    Compiling winnow v1.0.3
2026-07-27T06:21:41.4329452Z    Compiling signature v2.2.0
2026-07-27T06:21:41.4861307Z    Compiling cordyceps v0.3.4
2026-07-27T06:21:41.5254365Z    Compiling diatomic-waker v0.2.3
2026-07-27T06:21:41.5581308Z    Compiling httpdate v1.0.3
2026-07-27T06:21:41.5910531Z    Compiling ed25519 v2.2.3
2026-07-27T06:21:41.6500008Z    Compiling futures-lite v2.6.1
2026-07-27T06:21:41.6730512Z    Compiling cipher v0.4.4
2026-07-27T06:21:41.7165049Z    Compiling netlink-packet-core v0.8.1
2026-07-27T06:21:41.7314003Z    Compiling universal-hash v0.5.1
2026-07-27T06:21:41.7870385Z    Compiling vergen v9.1.0
2026-07-27T06:21:41.8060608Z    Compiling vergen-lib v0.1.6
2026-07-27T06:21:41.8425568Z    Compiling futures-buffered v0.2.13
2026-07-27T06:21:41.8540992Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-27T06:21:41.8612178Z    Compiling heapless v0.7.17
2026-07-27T06:21:41.8860555Z    Compiling noq-udp v0.10.0
2026-07-27T06:21:41.9513618Z    Compiling sync_wrapper v1.0.2
2026-07-27T06:21:41.9603871Z    Compiling byteorder v1.5.0
2026-07-27T06:21:41.9730823Z    Compiling opaque-debug v0.3.1
2026-07-27T06:21:41.9870330Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-27T06:21:42.0370579Z    Compiling allocator-api2 v0.2.21
2026-07-27T06:21:42.0440525Z    Compiling polyval v0.6.2
2026-07-27T06:21:42.1610574Z    Compiling hash32 v0.2.1
2026-07-27T06:21:42.2181583Z    Compiling spin v0.9.8
2026-07-27T06:21:42.2401490Z    Compiling vergen-gitcl v1.0.8
2026-07-27T06:21:42.2431212Z    Compiling aws-lc-sys v0.41.0
2026-07-27T06:21:42.2580578Z    Compiling ring v0.17.14
2026-07-27T06:21:42.2901219Z    Compiling libsqlite3-sys v0.30.1
2026-07-27T06:21:42.3150748Z    Compiling num_threads v0.1.7
2026-07-27T06:21:42.3272180Z    Compiling tower-layer v0.3.3
2026-07-27T06:21:42.3861005Z    Compiling signature v3.0.0
2026-07-27T06:21:42.4465499Z    Compiling digest v0.11.3
2026-07-27T06:21:42.5003512Z    Compiling fallible-iterator v0.3.0
2026-07-27T06:21:42.5337752Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-27T06:21:42.5380640Z    Compiling ryu v1.0.23
2026-07-27T06:21:42.5720810Z    Compiling time v0.3.47
2026-07-27T06:21:42.6570863Z    Compiling sha2 v0.11.0-rc.5
2026-07-27T06:21:42.6907975Z    Compiling ghash v0.5.1
2026-07-27T06:21:42.7624944Z    Compiling aes v0.8.4
2026-07-27T06:21:42.8126071Z    Compiling ctr v0.9.2
2026-07-27T06:21:42.8655312Z    Compiling fs2 v0.4.3
2026-07-27T06:21:42.9720630Z    Compiling aead v0.5.2
2026-07-27T06:21:42.9788776Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-27T06:21:43.0380570Z    Compiling http-body-util v0.1.3
2026-07-27T06:21:43.0480410Z    Compiling openssl-probe v0.2.1
2026-07-27T06:21:43.1058715Z    Compiling utf8parse v0.2.2
2026-07-27T06:21:43.1181092Z    Compiling arrayvec v0.7.6
2026-07-27T06:21:43.1680504Z    Compiling crossbeam-epoch v0.9.18
2026-07-27T06:21:43.2272624Z    Compiling crossbeam-channel v0.5.15
2026-07-27T06:21:43.2820444Z    Compiling blake3 v1.8.5
2026-07-27T06:21:43.2920870Z    Compiling netlink-packet-route v0.29.0
2026-07-27T06:21:43.3115541Z    Compiling memoffset v0.6.5
2026-07-27T06:21:43.3690579Z    Compiling acto v0.8.2
2026-07-27T06:21:43.4873166Z    Compiling aes-gcm v0.10.3
2026-07-27T06:21:43.6539376Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-27T06:21:43.6633586Z    Compiling noq v0.18.0
2026-07-27T06:21:43.6702094Z    Compiling netwatch v0.16.0
2026-07-27T06:21:43.7002560Z    Compiling mac-addr v0.3.0
2026-07-27T06:21:43.7064471Z    Compiling sorted-index-buffer v0.2.1
2026-07-27T06:21:43.8867332Z    Compiling synstructure v0.13.2
2026-07-27T06:21:43.8938661Z    Compiling darling_core v0.20.11
2026-07-27T06:21:43.9120597Z    Compiling lru-slab v0.1.2
2026-07-27T06:21:43.9507720Z    Compiling ref-cast v1.0.25
2026-07-27T06:21:43.9608408Z    Compiling rustix v1.1.4
2026-07-27T06:21:44.0240675Z    Compiling tagptr v0.2.0
2026-07-27T06:21:44.0531655Z    Compiling identity-hash v0.1.0
2026-07-27T06:21:44.1640416Z    Compiling xml-rs v0.8.28
2026-07-27T06:21:44.1741594Z    Compiling rustc-hash v2.1.2
2026-07-27T06:21:44.2436659Z    Compiling thiserror v1.0.69
2026-07-27T06:21:44.2838681Z    Compiling foldhash v0.2.0
2026-07-27T06:21:44.3566321Z    Compiling serde_derive_internals v0.29.1
2026-07-27T06:21:44.4737385Z    Compiling hashbrown v0.16.1
2026-07-27T06:21:44.4954833Z    Compiling proc-macro-crate v3.5.0
2026-07-27T06:21:44.6419936Z    Compiling netlink-packet-route v0.30.0
2026-07-27T06:21:44.9794392Z    Compiling xmltree v0.10.3
2026-07-27T06:21:44.9915127Z    Compiling termios v0.2.2
2026-07-27T06:21:45.0371750Z    Compiling ioctl-rs v0.1.6
2026-07-27T06:21:45.0848099Z    Compiling errno v0.3.14
2026-07-27T06:21:45.1319921Z    Compiling serial-core v0.4.0
2026-07-27T06:21:45.1450773Z    Compiling simple-dns v0.9.3
2026-07-27T06:21:45.1533105Z    Compiling aho-corasick v1.1.4
2026-07-27T06:21:45.2080661Z    Compiling linux-raw-sys v0.12.1
2026-07-27T06:21:45.2811281Z    Compiling sha1_smol v1.0.1
2026-07-27T06:21:45.3255556Z    Compiling arrayref v0.3.9
2026-07-27T06:21:45.3526968Z    Compiling simdutf8 v0.1.5
2026-07-27T06:21:45.3962998Z    Compiling regex-syntax v0.8.10
2026-07-27T06:21:45.5380886Z    Compiling constant_time_eq v0.4.2
2026-07-27T06:21:45.5465415Z    Compiling resolv-conf v0.7.6
2026-07-27T06:21:45.5681284Z    Compiling toml_write v0.1.2
2026-07-27T06:21:45.6900150Z    Compiling signal-hook v0.3.18
2026-07-27T06:21:45.7243237Z    Compiling winnow v0.7.15
2026-07-27T06:21:45.7691536Z    Compiling smol_str v0.1.24
2026-07-27T06:21:45.8930943Z    Compiling serde_derive v1.0.228
2026-07-27T06:21:45.9120592Z    Compiling zeroize_derive v1.4.3
2026-07-27T06:21:46.0260704Z    Compiling tokio-macros v2.7.0
2026-07-27T06:21:46.0610403Z    Compiling zerofrom-derive v0.1.7
2026-07-27T06:21:46.0820910Z    Compiling futures-macro v0.3.32
2026-07-27T06:21:46.5575953Z    Compiling zeroize v1.8.2
2026-07-27T06:21:46.7336823Z    Compiling tokio v1.52.3
2026-07-27T06:21:46.7480379Z    Compiling yoke-derive v0.8.2
2026-07-27T06:21:47.1320576Z    Compiling futures-util v0.3.32
2026-07-27T06:21:47.2938184Z    Compiling zerovec-derive v0.11.3
2026-07-27T06:21:47.5785525Z    Compiling zerofrom v0.1.8
2026-07-27T06:21:47.6841023Z    Compiling displaydoc v0.2.6
2026-07-27T06:21:47.8185770Z    Compiling tracing-attributes v0.1.31
2026-07-27T06:21:48.0202208Z    Compiling rustls-pki-types v1.14.1
2026-07-27T06:21:48.1701753Z    Compiling yoke v0.8.3
2026-07-27T06:21:48.2632420Z    Compiling thiserror-impl v2.0.18
2026-07-27T06:21:48.4089135Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-27T06:21:48.5670436Z    Compiling zerotrie v0.2.4
2026-07-27T06:21:48.7820773Z    Compiling zerovec v0.11.6
2026-07-27T06:21:48.8700019Z    Compiling darling_macro v0.20.11
2026-07-27T06:21:48.9560792Z    Compiling derive_more-impl v2.1.1
2026-07-27T06:21:49.1090540Z    Compiling n0-error-macros v0.1.3
2026-07-27T06:21:49.2340862Z    Compiling darling v0.20.11
2026-07-27T06:21:49.3119838Z    Compiling derive_builder_core v0.20.2
2026-07-27T06:21:49.5590502Z    Compiling tinystr v0.8.3
2026-07-27T06:21:49.6518125Z    Compiling potential_utf v0.1.5
2026-07-27T06:21:49.7116885Z    Compiling spez v0.1.2
2026-07-27T06:21:49.7824381Z    Compiling icu_locale_core v2.2.0
2026-07-27T06:21:49.8087543Z    Compiling icu_collections v2.2.0
2026-07-27T06:21:50.0467572Z    Compiling der v0.8.0-rc.10
2026-07-27T06:21:50.0807508Z    Compiling pin-project-internal v1.1.13
2026-07-27T06:21:50.4106421Z    Compiling n0-error v0.1.3
2026-07-27T06:21:50.7170501Z    Compiling cobs v0.3.0
2026-07-27T06:21:50.8072342Z    Compiling postcard-derive v0.2.2
2026-07-27T06:21:50.8570754Z    Compiling derive_builder_macro v0.20.2
2026-07-27T06:21:50.9318423Z    Compiling futures-executor v0.3.32
2026-07-27T06:21:51.1550553Z    Compiling icu_provider v2.2.0
2026-07-27T06:21:51.2973991Z    Compiling ipnet v2.12.0
2026-07-27T06:21:51.3261750Z    Compiling derive_builder v0.20.2
2026-07-27T06:21:51.4711991Z    Compiling ed25519-dalek v2.2.0
2026-07-27T06:21:51.5003790Z    Compiling icu_normalizer v2.2.0
2026-07-27T06:21:51.6110950Z    Compiling icu_properties v2.2.0
2026-07-27T06:21:51.6690894Z    Compiling spki v0.8.0-rc.4
2026-07-27T06:21:51.8234218Z    Compiling pin-project v1.1.13
2026-07-27T06:21:51.8443341Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-27T06:21:51.8860788Z    Compiling prefix-trie v0.8.4
2026-07-27T06:21:51.8972672Z    Compiling spt-proto v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-27T06:21:52.0083152Z    Compiling once_cell v1.21.4
2026-07-27T06:21:52.0416660Z    Compiling ed25519 v3.0.0-rc.4
2026-07-27T06:21:52.2640766Z    Compiling tracing-core v0.1.36
2026-07-27T06:21:52.4210626Z    Compiling futures v0.3.32
2026-07-27T06:21:52.4828705Z    Compiling hashbrown v0.14.5
2026-07-27T06:21:52.4921772Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-27T06:21:52.5272735Z    Compiling rustls-native-certs v0.8.4
2026-07-27T06:21:52.7948045Z    Compiling tracing v0.1.44
2026-07-27T06:21:52.9827382Z    Compiling tokio-util v0.7.18
2026-07-27T06:21:53.0180847Z    Compiling netlink-sys v0.8.8
2026-07-27T06:21:53.0980811Z    Compiling idna_adapter v1.2.2
2026-07-27T06:21:53.1313070Z    Compiling postcard v1.1.3
2026-07-27T06:21:53.2251374Z    Compiling idna v1.1.0
2026-07-27T06:21:53.2510496Z    Compiling hashlink v0.9.1
2026-07-27T06:21:53.2690275Z    Compiling data-encoding-macro v0.1.20
2026-07-27T06:21:53.3200399Z    Compiling tower v0.5.3
2026-07-27T06:21:53.3329378Z    Compiling enum-assoc v1.3.0
2026-07-27T06:21:53.4369545Z    Compiling strum_macros v0.28.0
2026-07-27T06:21:53.5917947Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-27T06:21:53.5990600Z    Compiling iroh-metrics-derive v0.4.1
2026-07-27T06:21:53.6552218Z    Compiling num_enum_derive v0.7.6
2026-07-27T06:21:53.6981185Z    Compiling url v2.5.8
2026-07-27T06:21:53.7605204Z    Compiling derive_more v2.1.1
2026-07-27T06:21:53.9700874Z    Compiling h2 v0.4.14
2026-07-27T06:21:54.0673452Z    Compiling async-trait v0.1.89
2026-07-27T06:21:54.0760960Z    Compiling iroh-metrics v0.38.3
2026-07-27T06:21:54.1416000Z    Compiling tokio-stream v0.1.18
2026-07-27T06:21:54.2332580Z    Compiling n0-watcher v0.6.1
2026-07-27T06:21:54.2420455Z    Compiling iroh-relay v0.98.0
2026-07-27T06:21:54.2640701Z    Compiling netdev v0.42.0
2026-07-27T06:21:54.4969917Z    Compiling rusqlite v0.32.1
2026-07-27T06:21:54.5209171Z    Compiling netlink-proto v0.12.0
2026-07-27T06:21:54.5383815Z    Compiling moka v0.12.15
2026-07-27T06:21:54.5829951Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-27T06:21:54.7710992Z    Compiling iroh-base v0.98.0
2026-07-27T06:21:54.8190606Z    Compiling num_enum v0.7.6
2026-07-27T06:21:54.8366973Z    Compiling attohttpc v0.30.1
2026-07-27T06:21:54.9070567Z    Compiling tower-http v0.6.11
2026-07-27T06:21:54.9151365Z    Compiling serde_spanned v0.6.9
2026-07-27T06:21:55.0640384Z    Compiling toml_datetime v0.6.11
2026-07-27T06:21:55.2931751Z    Compiling ref-cast-impl v1.0.25
2026-07-27T06:21:55.3021354Z    Compiling thiserror-impl v1.0.69
2026-07-27T06:21:55.4151025Z    Compiling toml_edit v0.22.27
2026-07-27T06:21:55.4845259Z    Compiling webpki-roots v1.0.7
2026-07-27T06:21:55.6233340Z    Compiling regex-automata v0.4.14
2026-07-27T06:21:55.6378427Z    Compiling schemars_derive v1.2.1
2026-07-27T06:21:55.9548635Z    Compiling spt-store v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-27T06:21:56.0140135Z    Compiling lru v0.16.4
2026-07-27T06:21:56.1748665Z    Compiling serial-unix v0.4.0
2026-07-27T06:21:56.2081046Z    Compiling signal-hook-registry v1.4.8
2026-07-27T06:21:56.3970790Z    Compiling strum v0.28.0
2026-07-27T06:21:56.4880687Z    Compiling darling_core v0.23.0
2026-07-27T06:21:56.5599917Z    Compiling iroh-dns v0.98.0
2026-07-27T06:21:56.6450377Z    Compiling serde_bytes v0.11.19
2026-07-27T06:21:56.6695381Z    Compiling hmac v0.12.1
2026-07-27T06:21:56.6792639Z    Compiling seize v0.5.1
2026-07-27T06:21:56.7072343Z    Compiling iroh v0.98.2
2026-07-27T06:21:56.7853171Z    Compiling dyn-clone v1.0.20
2026-07-27T06:21:56.9259602Z    Compiling pin-utils v0.1.0
2026-07-27T06:21:56.9572417Z    Compiling cmov v0.5.4
2026-07-27T06:21:56.9816103Z    Compiling rustix v0.38.44
2026-07-27T06:21:56.9906643Z    Compiling bitflags v1.3.2
2026-07-27T06:21:57.0182805Z    Compiling papaya v0.2.4
2026-07-27T06:21:57.0571430Z    Compiling nix v0.25.1
2026-07-27T06:21:57.1906070Z    Compiling ctutils v0.4.2
2026-07-27T06:21:57.2019847Z    Compiling filedescriptor v0.8.3
2026-07-27T06:21:57.2056729Z    Compiling hkdf v0.12.4
2026-07-27T06:21:57.3925637Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-27T06:21:57.3985406Z    Compiling serial v0.4.0
2026-07-27T06:21:57.4644146Z    Compiling backon v1.6.0
2026-07-27T06:21:57.4839514Z    Compiling anstyle-parse v1.0.0
2026-07-27T06:21:57.5267170Z    Compiling vte_generate_state_changes v0.1.2
2026-07-27T06:21:57.5510790Z    Compiling instability v0.3.12
2026-07-27T06:21:57.6373124Z    Compiling colorchoice v1.0.5
2026-07-27T06:21:57.6975477Z    Compiling unicode-width v0.2.0
2026-07-27T06:21:57.7360568Z    Compiling anstyle v1.0.14
2026-07-27T06:21:57.7557825Z    Compiling linux-raw-sys v0.4.15
2026-07-27T06:21:57.7747293Z    Compiling downcast-rs v1.2.1
2026-07-27T06:21:57.8141140Z    Compiling schemars v1.2.1
2026-07-27T06:21:57.8681454Z    Compiling shell-words v1.1.1
2026-07-27T06:21:57.8871007Z    Compiling anstyle-query v1.1.5
2026-07-27T06:21:57.9890643Z    Compiling foldhash v0.1.5
2026-07-27T06:21:58.0238878Z    Compiling toml v0.8.23
2026-07-27T06:21:58.0307591Z    Compiling is_terminal_polyfill v1.70.2
2026-07-27T06:21:58.0762806Z    Compiling vte v0.13.1
2026-07-27T06:21:58.1217047Z    Compiling anstream v1.0.0
2026-07-27T06:21:58.1905788Z    Compiling hashbrown v0.15.5
2026-07-27T06:21:58.5658642Z    Compiling signal-hook-mio v0.2.5
2026-07-27T06:21:58.6851554Z    Compiling regex v1.12.3
2026-07-27T06:21:59.0350641Z    Compiling spake2 v0.4.0
2026-07-27T06:21:59.1229156Z    Compiling terminal_size v0.4.4
2026-07-27T06:21:59.2070797Z    Compiling strum_macros v0.26.4
2026-07-27T06:21:59.2700927Z    Compiling sha1 v0.10.6
2026-07-27T06:21:59.3787779Z    Compiling itertools v0.13.0
2026-07-27T06:21:59.5218690Z    Compiling castaway v0.2.4
2026-07-27T06:21:59.5293058Z    Compiling indoc v2.0.7
2026-07-27T06:21:59.5403473Z    Compiling static_assertions v1.1.0
2026-07-27T06:21:59.6130849Z    Compiling unicode-width v0.1.14
2026-07-27T06:21:59.6269262Z    Compiling doctest-file v1.1.1
2026-07-27T06:21:59.9162115Z    Compiling hyper v1.10.1
2026-07-27T06:21:59.9940637Z    Compiling clap_lex v1.1.0
2026-07-27T06:22:00.1590072Z    Compiling spt-msg v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-27T06:22:00.1860979Z    Compiling clap_builder v4.6.0
2026-07-27T06:22:00.2348927Z    Compiling darling_macro v0.23.0
2026-07-27T06:22:00.2735187Z    Compiling interprocess v2.4.2
2026-07-27T06:22:00.5970328Z    Compiling darling v0.23.0
2026-07-27T06:22:00.6247521Z    Compiling spt-runtime v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-27T06:22:00.6570672Z    Compiling compact_str v0.8.2
2026-07-27T06:22:01.0790848Z    Compiling crossterm v0.28.1
2026-07-27T06:22:01.1079751Z    Compiling lru v0.12.5
2026-07-27T06:22:01.1570506Z    Compiling portable-pty v0.8.1
2026-07-27T06:22:01.3304009Z    Compiling clap_derive v4.6.1
2026-07-27T06:22:01.3480928Z    Compiling cassowary v0.3.0
2026-07-27T06:22:01.6171022Z    Compiling spt-term v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-27T06:22:01.6470691Z    Compiling unicode-truncate v1.1.0
2026-07-27T06:22:01.7246490Z    Compiling strum v0.26.3
2026-07-27T06:22:01.7500693Z    Compiling iana-time-zone v0.1.65
2026-07-27T06:22:01.8413034Z    Compiling nucleo-matcher v0.3.1
2026-07-27T06:22:01.8443155Z    Compiling qrcode v0.14.1
2026-07-27T06:22:02.0050644Z    Compiling hyper-util v0.1.20
2026-07-27T06:22:02.1073909Z    Compiling ratatui v0.29.0
2026-07-27T06:22:02.2617048Z    Compiling chrono v0.4.45
2026-07-27T06:22:02.3604018Z    Compiling tempfile v3.27.0
2026-07-27T06:22:03.4440305Z    Compiling clap v4.6.1
2026-07-27T06:22:03.9215324Z    Compiling igd-next v0.17.1
2026-07-27T06:22:04.2627666Z    Compiling spt-live v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-27T06:22:05.1620110Z    Compiling portmapper v0.16.0
2026-07-27T06:22:10.7937260Z    Compiling rustls-webpki v0.103.13
2026-07-27T06:22:13.1688620Z    Compiling tokio-rustls v0.26.4
2026-07-27T06:22:13.1689153Z    Compiling rustls-platform-verifier v0.7.0
2026-07-27T06:22:13.1689492Z    Compiling noq-proto v0.17.0
2026-07-27T06:22:13.3125075Z    Compiling hickory-net v0.26.0-beta.4
2026-07-27T06:22:13.3125743Z    Compiling hyper-rustls v0.27.9
2026-07-27T06:22:13.3126255Z    Compiling tokio-websockets v0.13.2
2026-07-27T06:22:13.4533145Z    Compiling reqwest v0.13.4
2026-07-27T06:22:14.3963478Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-27T06:22:28.1464477Z    Compiling spt-net v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-27T06:22:29.6640992Z    Compiling spt-daemon v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-27T06:22:39.7956197Z    Compiling spt v0.44.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-27T06:22:44.8283724Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
2026-07-27T06:22:44.8510276Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-3ab4271e97bdecca)
2026-07-27T06:22:44.8523060Z 
2026-07-27T06:22:44.8524653Z running 1 test
2026-07-27T06:22:50.9418623Z test new_brain_serves_against_old_broker ... ok
2026-07-27T06:22:50.9418933Z 
2026-07-27T06:22:50.9419348Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-07-27T06:22:50.9419739Z 
